home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Leser 15
/
Amiga Plus Leser CD 15.iso
/
Tools
/
Development
/
mmu
/
MultiRen
/
Plugins
/
IFF-8SVX.readme
< prev
next >
Wrap
Text File
|
2002-03-12
|
1KB
|
49 lines
IFF-8SVX plugin v1.1 by Deniil 715! for MultiRen
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This plugin can extract the most common information found in
IFF-8SVX samples. That is the frequency, length in samples, if it
is mono and stereo. It also extracts some text chunks.
News:
~~~~~
* Now this plugin supports the substitute list. See MultiRen
documentation for more details.
IFF-8SVX extracts:
~~~~~~~~~~~~~~~~~~
Name; (From the "NAME"-chunk)
This is supposed to be the real name of this file.
Annotate; (From the "ANNO"-chunk)
Usually what program that created this file but can contain
any info the author or programmer wanted.
Author; (From the "AUTH"-chunk)
Who made this file.
Copyright; (From the "(c) "-chunk)
Who has copyright on this file.
Length; (From the "VHDR"-chunk)
This is the length in samples of the file, meaning that if it
is a 1 second long 16kHz sample in stereo it will return 16000.
Frequency; (From the "VHDR"-chunk)
This is the frequency of the sample in Hz meaning that a
8kHz sample will show 8000.
Mode; (From the "CHAN"-chunk)
If this is a 2-channel sample it will return 'Stereo' else 'Mono'.
Place this plugin in the subdirectory Plugins/ of MultiRen.
--
My e-mail: deniil@algonet.se
Also check out http://www.onyxsoft.nu/ for the latest releases!